From 126860c4eefb0ba87bec4d0437e65a81ddf93a18 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Tue, 1 Mar 2005 17:40:10 +0000 Subject: [PATCH] bitkeeper revision 1.1159.258.17 (4224a8faTVrzHrdNP0aTwjJrfZ4vnw) Fix another -Wall -Werror compile error. Signed-off-by: Rik van Riel Signed-off-by: Keir Fraser --- tools/libxutil/sxpr_parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxutil/sxpr_parser.c b/tools/libxutil/sxpr_parser.c index 472088936d..d32ef959b3 100644 --- a/tools/libxutil/sxpr_parser.c +++ b/tools/libxutil/sxpr_parser.c @@ -43,6 +43,7 @@ */ #define dprintf(fmt, args...) IOStream_print(iostdout, "[DEBUG] %s" fmt, __FUNCTION__, ##args) +#undef printf #define printf(fmt, args...) IOStream_print(iostdout, fmt, ##args) static void reset(Parser *z); -- 2.30.2